google.golang.org/grpc/internal/transport.http2Server.mu (field)

29 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L104: 	mu sync.Mutex // guard the following
		http2_server.go#L523: 	t.mu.Lock()
		http2_server.go#L525: 		t.mu.Unlock()
		http2_server.go#L530: 		t.mu.Unlock()
		http2_server.go#L541: 		t.mu.Unlock()
		http2_server.go#L559: 			t.mu.Unlock()
		http2_server.go#L581: 	t.mu.Unlock()
		http2_server.go#L638: 				t.mu.Lock()
		http2_server.go#L640: 				t.mu.Unlock()
		http2_server.go#L687: 	t.mu.Lock()
		http2_server.go#L688: 	defer t.mu.Unlock()
		http2_server.go#L726: 	t.mu.Lock()
		http2_server.go#L731: 	t.mu.Unlock()
		http2_server.go#L889: 	t.mu.Lock()
		http2_server.go#L891: 	t.mu.Unlock()
		http2_server.go#L1146: 			t.mu.Lock()
		http2_server.go#L1149: 				t.mu.Unlock()
		http2_server.go#L1154: 			t.mu.Unlock()
		http2_server.go#L1215: 	t.mu.Lock()
		http2_server.go#L1217: 		t.mu.Unlock()
		http2_server.go#L1226: 	t.mu.Unlock()
		http2_server.go#L1246: 	t.mu.Lock()
		http2_server.go#L1253: 	t.mu.Unlock()
		http2_server.go#L1311: 	t.mu.Lock()
		http2_server.go#L1312: 	defer t.mu.Unlock()
		http2_server.go#L1326: 	t.mu.Lock()
		http2_server.go#L1328: 		t.mu.Unlock()
		http2_server.go#L1341: 		t.mu.Unlock()
		http2_server.go#L1354: 	t.mu.Unlock()